home *** CD-ROM | disk | FTP | other *** search
/ World of Video / World of Video.iso / programs / sound / delitracker_v2.01 / arexx / dt_time.rexx < prev    next >
OS/2 REXX Batch file  |  1995-02-13  |  86b  |  9 lines

  1. /* DeliTracker - set timeout */
  2.  
  3. address 'DELITRACKER'
  4.  
  5. parse arg secs
  6.  
  7. timeout secs
  8.  
  9.